curl --request POST \
--url https://api.sophra.org/api/nous/signals \
--header 'Content-Type: application/json' \
--data '{
"type": "SEARCH",
"source": "web",
"value": {
"sessionId": "sess_123abc",
"queryId": "q_789xyz",
"resultId": "res_456def",
"position": 3,
"metadata": {
"documentType": "product",
"timeToClick": 2.5,
"deviceType": "mobile",
"viewport": {
"width": 375,
"height": 812
}
}
},
"strength": 0.8,
"priority": 1,
"metadata": {
"status": "PENDING",
"attempts": 0
}
}'
{
"success": true,
"data": {
"signalId": "<string>",
"status": "<string>",
"timestamp": "2023-11-07T05:31:56Z"
}
}
curl --request POST \
--url https://api.sophra.org/api/nous/signals \
--header 'Content-Type: application/json' \
--data '{
"type": "SEARCH",
"source": "web",
"value": {
"sessionId": "sess_123abc",
"queryId": "q_789xyz",
"resultId": "res_456def",
"position": 3,
"metadata": {
"documentType": "product",
"timeToClick": 2.5,
"deviceType": "mobile",
"viewport": {
"width": 375,
"height": 812
}
}
},
"strength": 0.8,
"priority": 1,
"metadata": {
"status": "PENDING",
"attempts": 0
}
}'
{
"success": true,
"data": {
"signalId": "<string>",
"status": "<string>",
"timestamp": "2023-11-07T05:31:56Z"
}
}
Signal created successfully
The response is of type object
.